Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 9906dac29712f1f5e9b0a0255cb00c811cc3975f


Parents : f052a44
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-08T23:36:18-05:00

chore(workflows): standardize comments

Changes
Diff

diff --git a/.github/workflows/build-linux-packages.yml b/.github/workflows/build-linux-packages.yml
index 268adcc4..7fe366ad 100644
--- a/.github/workflows/build-linux-packages.yml
+++ b/.github/workflows/build-linux-packages.yml
@@ -1,5 +1,5 @@
# Linux packaging build test: Flatpak (branches and PRs). Tagged Flatpak releases
-# run in `.github/workflows/build-release.yml` with Linux + desktop + draft.
+# run in .github/workflows/build-release.yml with Linux + desktop + draft.
#
# Pinned first-party actions (bump tag and SHA together when upgrading):
# actions/checkout@v6.0.1 8e8c483db84b4bee98b60c0593521ed34d9990e8

diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index 1a1c16cf..dbba2a66 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -1,9 +1,9 @@
# Single tagged-release pipeline: Linux release assets, Windows + macOS Electron
# builds, Flatpak, Android APKs (dev/master track tags via android-apk-tag.yml), SLSA
# provenance (generic generator: Linux, desktop, optional Android+Flatpak), optional cosign bundles, and one draft GitHub release.
-# Optional: same draft ``upload/`` tree is mirrored to bunny.net Edge Storage for master/dev
-# tags when ``BUNNY_STORAGE_ACCESS_KEY`` is set (see draft job). ``-rc`` tags always use the
-# ``dev/`` prefix; previous release folders under ``master/`` and ``dev/`` are pruned after each upload.
+# Optional: same draft upload/ tree is mirrored to bunny.net Edge Storage for master/dev
+# tags when BUNNY_STORAGE_ACCESS_KEY is set (see draft job). -rc tags always use the
+# dev/ prefix; previous release folders under master/ and dev/ are pruned after each upload.
# One workflow run per tag keeps the release graph immutable.
#
# Pinned first-party actions (bump tag and SHA together when upgrading):

diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml
index 5fc5b70e..0e249d2c 100644
--- a/.github/workflows/frontend-build.yml
+++ b/.github/workflows/frontend-build.yml
@@ -1,6 +1,6 @@
# Reusable workflow that builds the Vite frontend, bundles the offline Reticulum
-# manual and repository wheels into ``meshchatx/public/``. Other workflows invoke this once
-# via ``workflow_call`` and download the resulting artifact instead of
+# manual and repository wheels into meshchatx/public/. Other workflows invoke this once
+# via workflow_call and download the resulting artifact instead of
# re-running the same node/pnpm pipeline on every job.
#
# Pinned first-party actions (bump tag and SHA together when upgrading):
@@ -17,7 +17,7 @@ on:
artifact_name:
description: >-
Name of the artifact uploaded to the calling workflow run.
- Defaults to ``meshchatx-frontend-<run_id>-<run_attempt>``.
+ Defaults to meshchatx-frontend-<run_id>-<run_attempt>.
required: false
type: string
default: ""

diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml
index 49c4be85..5cfb925c 100644
--- a/.github/workflows/pypi.yml
+++ b/.github/workflows/pypi.yml
@@ -1,14 +1,14 @@
-# Publish ``reticulum-meshchatx`` sdist and wheel to PyPI (Trusted Publishing).
+# Publish reticulum-meshchatx sdist and wheel to PyPI (Trusted Publishing).
# Builds the Vite frontend and offline bundles via the reusable frontend workflow,
-# places them under ``meshchatx/public/``, then runs ``python -m build``.
+# places them under meshchatx/public/, then runs python -m build.
#
-# Tag runs also emit SLSA generic provenance (``generator_generic_slsa3``) for the
-# exact ``dist/`` digests and optional Cosign ``*.cosign.bundle`` files next to each
-# distribution (same scripts as ``build-release.yml``; skips if ``COSIGN_PRIVATE_KEY`` unset).
+# Tag runs also emit SLSA generic provenance (generator_generic_slsa3) for the
+# exact dist/ digests and optional Cosign *.cosign.bundle files next to each
+# distribution (same scripts as build-release.yml; skips if COSIGN_PRIVATE_KEY unset).
# PyPI upload uses a staging directory so bundles are not sent to the index.
#
-# PyPI Trusted Publisher must reference this file as ``pypi.yml`` and use the
-# ``pypi`` GitHub Environment (with required reviewers if you enabled protection).
+# PyPI Trusted Publisher must reference this file as pypi.yml and use the
+# pypi GitHub Environment (with required reviewers if you enabled protection).
#
# Pinned first-party actions (bump tag and SHA together when upgrading):
# actions/checkout@v6.0.1 8e8c483db84b4bee98b60c0593521ed34d9990e8
@@ -19,7 +19,7 @@
# SLSA generator (must stay @vX.Y.Z semver per upstream):
# slsa-framework/slsa-github-generator/generator_generic_slsa3.yml@v2.1.0
#
-# Third-party pin (resolve before bumping ``release/v1``):
+# Third-party pin (resolve before bumping release/v1):
# curl -sS "https://api.github.com/repos/pypa/gh-action-pypi-publish/commits/release/v1" | jq -r '.sha'
# pypa/gh-action-pypi-publish@release/v1 -> cef221092ed1bacb1cc03d23a2d87d1d172e277b


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────